object fmPassword: TfmPassword Left = 392 Top = 247 HelpContext = 330 ActiveControl = edPassword BorderStyle = bsDialog Caption = 'Password' ClientHeight = 260 ClientWidth = 408 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object laPassword: TLabel Left = 8 Top = 60 Width = 49 Height = 13 Caption = '&Password:' FocusControl = edPassword end object laExplanation: TLabel Left = 8 Top = 8 Width = 393 Height = 49 AutoSize = False Caption = 'The password you enter will be used to encrypt all the files in ' + 'your existing archive. It is also used to encrypt/decrypt files ' + 'that you subsequently add or extract from this archive, and will' + ' be automatically cleared when you close this archive.' WordWrap = True end object laVerify: TLabel Left = 208 Top = 60 Width = 78 Height = 13 Caption = '&Verify Password:' FocusControl = edVerify end object edPassword: TEdit Left = 8 Top = 76 Width = 193 Height = 21 PasswordChar = '*' TabOrder = 0 end object ckMask: TCheckBox Left = 8 Top = 103 Width = 97 Height = 17 Caption = '&Mask password' Checked = True State = cbChecked TabOrder = 2 OnClick = ckMaskClick end object edVerify: TEdit Left = 208 Top = 76 Width = 193 Height = 21 PasswordChar = '*' TabOrder = 1 end object rgEncryptionMethod: TRadioGroup Left = 8 Top = 128 Width = 393 Height = 89 Caption = '&Encryption Method' ItemIndex = 0 Items.Strings = ( 'Zip 2.0 Encryption (Low Security - Compatible with most Zip prog' + 'rams)' '128-bit AES Encryption (Medium Security)' '256-bit AES Encryption (High Security)') TabOrder = 3 end object paBottom: TPanel Left = 0 Top = 222 Width = 408 Height = 38 Align = alBottom BevelOuter = bvNone TabOrder = 4 object buOK: TButton Left = 85 Top = 6 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 0 OnClick = buOKClick end object buCancel: TButton Left = 166 Top = 6 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object buHelp: TButton Left = 247 Top = 6 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = buHelpClick end end end